Skip to content

Commit

Permalink
bump version to 1.3.0-alpha2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 18, 2024
1 parent 790d182 commit d4138ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = 'gov.nasa.podaac.swodlr'
version = '1.3.0-alpha1'
version = '1.3.0-alpha2'
sourceCompatibility = '17'

repositories {
Expand Down
2 changes: 1 addition & 1 deletion bumpver.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpver]
current_version = "1.3.0-alpha1"
current_version = "1.3.0-alpha2"
version_pattern = "MAJOR.MINOR.PATCH[-TAGNUM]"
commit = true
tag = true
Expand Down

0 comments on commit d4138ed

Please sign in to comment.