Skip to content

Commit

Permalink
Pre-release of algV9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
philiptzou committed Mar 10, 2024
1 parent 7103598 commit 310ea0e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .latest-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20240306052238
20240310074104
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = 'edu.stanford.hivdb'
version = '3.4.13'
version = '3.5.0'

sourceCompatibility = 15
targetCompatibility = 15
Expand Down
2 changes: 1 addition & 1 deletion sierra-core
2 changes: 1 addition & 1 deletion sierra-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = 'edu.stanford.hivdb'
version = '3.4.13'
version = '3.5.0'

description = """Sierra Unit Tests"""

Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/version.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version = 3.4.13
versionDate = 2024-03-03
version = 3.5.0
versionDate = 2024-03-09

0 comments on commit 310ea0e

Please sign in to comment.