Skip to content

Commit

Permalink
update a new version. version name:SunNetwork-v1.0.0-199-g2e480249,ve…
Browse files Browse the repository at this point in the history
…rsion code:1112
  • Loading branch information
taihaofu committed Sep 10, 2019
1 parent 2e48024 commit 83a259c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

public class Version {

private static final String version = "1.0.0";
public static final String versionName = "Sun-network";
public static final String versionCode = "911";
private static final String version = "1.0.1";
public static final String versionName = "SunNetwork-v1.0.0-199-g2e480249";
public static final String versionCode = "1112";

public static String getVersion() {
return version;
Expand Down

0 comments on commit 83a259c

Please sign in to comment.