Skip to content

Commit

Permalink
Release version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vogti committed Jan 22, 2020
1 parent bb93911 commit 5700a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description = "Chronos Demo Agent"
// Semantic Versioning: http://semver.org/
def versionMajor = 1
def versionMinor = 0
def versionQualifier = "-SNAPSHOT"
def versionQualifier = ""
version = versionMajor + "." + versionMinor + versionQualifier


Expand Down

0 comments on commit 5700a53

Please sign in to comment.