We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db07e67 commit 2cfdfe6Copy full SHA for 2cfdfe6
CHANGELOG.md
@@ -2,7 +2,7 @@
2
Change Log
3
==========
4
5
-Version 0.21.0 (??????????)
+Version 0.21.0 (2023.03.07)
6
---------------------------
7
8
* changed smooth slib: renamed projectFiles -> files, projectFile -> file
src/app/src/main/java/org/smoothbuild/install/BuildVersion.java
@@ -1,5 +1,5 @@
1
package org.smoothbuild.install;
public class BuildVersion {
- public static final String VERSION = "0.20.0";
+ public static final String VERSION = "0.21.0";
}
0 commit comments