Skip to content

Commit

Permalink
Release version 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vogti committed Mar 19, 2021
1 parent c60f98a commit 09f3284
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 @@ -12,7 +12,7 @@ group "org.polypheny"

def versionMajor = 1
def versionMinor = 2
def versionQualifier = "-SNAPSHOT"
def versionQualifier = ""
version = versionMajor + "." + versionMinor + versionQualifier

mainClassName = "org.polypheny.control.main.Main"
Expand Down

0 comments on commit 09f3284

Please sign in to comment.