Skip to content

Commit

Permalink
Changed the version number from 0.1.21 to 0.1.22.
Browse files Browse the repository at this point in the history
  • Loading branch information
s5uishida committed Nov 21, 2019
1 parent 114382b commit 4b83d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/io/github/s5uishida/iot/rainy/util/ConfigParams.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
public class ConfigParams {
public static final String NAME = "rainy - a tiny tool for iot data collection and monitoring";
public static final String VERSION = "0.1.21";
public static final String VERSION = "0.1.22";

public static final String CONFIG_DIR_PARAM = "config.dir";
public static final String CONFIG_FILE = "rainy.properties";
Expand Down

0 comments on commit 4b83d80

Please sign in to comment.