Skip to content

Commit

Permalink
Resoday 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rybak committed Jul 9, 2022
1 parent 6ec6771 commit 5e52af9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
v1.3
- Custom data directory setting has been introduced
- Simple crash handler has been introduced

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ tasks.named('test', Test) {
* TODO maybe generate Version.java from Gradle?
*/
String calculateVersion() {
final String defaultVersion = '1.2-nongit'
final String defaultVersion = '1.3-nongit'
final Grgit git = Grgit.open(dir: project.rootDir)
try {
/*
Expand Down

0 comments on commit 5e52af9

Please sign in to comment.