Skip to content

Commit

Permalink
battery: Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Wallbraker committed Aug 15, 2020
1 parent b7a9498 commit 591d144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/battery/driver.volt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class DefaultDriver : Driver
public:
enum BatteryDirectory = ".battery";
enum BatteryConfigFile = "${BatteryDirectory}${dirSeparator}config.txt";
enum VersionNumber = "0.1.24-dev";
enum VersionNumber = "0.1.24";
enum VersionString = "battery version ${VersionNumber}";


Expand Down

0 comments on commit 591d144

Please sign in to comment.