Skip to content

Commit

Permalink
Bump version for March.
Browse files Browse the repository at this point in the history
  • Loading branch information
gchallen committed Mar 2, 2022
1 parent 8ec8b27 commit df0cc06
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ allprojects {
}
subprojects {
group = "com.github.cs125-illinois.jeed"
version = "2022.2.7"
version = "2022.3.0"
tasks.withType<Test> {
useJUnitPlatform()
enableAssertions = true
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=2022.2.7
version=2022.3.0
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=2022.2.7
version=2022.3.0
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=2022.2.7
version=2022.3.0

0 comments on commit df0cc06

Please sign in to comment.