Skip to content

Commit

Permalink
Update version name
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosemoe committed Oct 9, 2021
1 parent ce84efe commit 88c3dc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/java/Versions.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
public final class Versions {

// Project versions
public final static String versionName = "0.6.0-dev-4";
public final static int versionCode = 17;
public final static String versionName = "0.6.0";
public final static int versionCode = 18;

// Platform & Tool versions
public final static String buildToolsVersion = "31.0.0";
Expand Down

0 comments on commit 88c3dc1

Please sign in to comment.