Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
basejump committed Feb 3, 2022
1 parent 9042740 commit 5cf1d56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions version.properties
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# the version in development that will be released, gets -SNAPSHOT added when snapshot=true, see below
version=4.0.41
version=4.0.42

# publishedVersion is the last production version that was released,
# should have a matching vX.Y.Z tag in github, used for changelog and diffs during release
# set this to false if this is first relase or no previous tag
publishedVersion=4.0.40
publishedVersion=4.0.41

# when this is true will append -SNAPSHOT to version and 'publish' to snapshotUrl
# when false production publish to repoUrl and ...
# go through release process to automatically bump version and push a v tag to github
snapshot=true
snapshot=false

0 comments on commit 5cf1d56

Please sign in to comment.