Skip to content

Commit

Permalink
Change initial version number
Browse files Browse the repository at this point in the history
  • Loading branch information
magrossi committed May 5, 2019
1 parent e593bd1 commit 2d06e8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ build/
bin/
out/
.idea/

.gnupg
*.iml

# Ignore Gradle GUI config
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ apply plugin: 'pl.allegro.tech.build.axion-release'

scmVersion {
tag {
initialVersion = {config, position -> "1.0.0" }
initialVersion = {config, position -> "0.2.0" }
}
}

Expand Down

0 comments on commit 2d06e8f

Please sign in to comment.