Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Commit

Permalink
feat:upgrade version to v1.9.6 (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
vran-dev committed Apr 9, 2022
1 parent e214bcc commit 61b72ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/java/cc/cc1234/version/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

public class Version {

public static final String VERSION = "1.9.5";
public static final String VERSION = "1.9.6";

}
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ subprojects {

sourceCompatibility = 17
group 'cc.c1234'
version '1.9.5'
version '1.9.6'

checkstyle {
toolVersion = '8.42'
Expand Down

0 comments on commit 61b72ca

Please sign in to comment.