Skip to content

Commit

Permalink
Release 3.4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
philiptzou committed Feb 19, 2024
1 parent afe1648 commit 9e4dd73
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 @@
20240218204633
20240219222911
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.11'
version = '3.4.12'

sourceCompatibility = 15
targetCompatibility = 15
Expand Down
2 changes: 1 addition & 1 deletion hivfacts
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.11'
version = '3.4.12'

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.11
versionDate = 2024-01-20
version = 3.4.12
versionDate = 2024-02-19

0 comments on commit 9e4dd73

Please sign in to comment.