Browse Source

0.5 release

duke
Aditya Kulkarni 5 years ago
parent
commit
0b4c2b2f17
  1. 2
      cli/src/version.rs
  2. 4
      ui/src/version.h

2
cli/src/version.rs

@ -1 +1 @@
pub fn version() -> &'static str { &"0.4" }
pub fn version() -> &'static str { &"0.5" }

4
ui/src/version.h

@ -1,2 +1,2 @@
#define APP_VERSION "0.4"
#define APP_BUILD_DATE "2019-06-26"
#define APP_VERSION "0.5"
#define APP_BUILD_DATE "2019-06-28"

Loading…
Cancel
Save