diff options
author | Joe <rbo@gmx.us> | 2024-02-01 20:20:20 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-02-01 20:20:20 +0100 |
commit | ef724f7d56569a1ac32e6270c26b9c203fa99bfe (patch) | |
tree | 9fecc0c86e789c0dc92e73fb037d0714ffef5269 | |
parent | better jump (diff) | |
download | hardflip-ef724f7d56569a1ac32e6270c26b9c203fa99bfe.tar.gz hardflip-ef724f7d56569a1ac32e6270c26b9c203fa99bfe.tar.bz2 hardflip-ef724f7d56569a1ac32e6270c26b9c203fa99bfe.tar.xz hardflip-ef724f7d56569a1ac32e6270c26b9c203fa99bfe.tar.zst hardflip-ef724f7d56569a1ac32e6270c26b9c203fa99bfe.zip |
road
-rw-r--r-- | ROADMAP.md | 3 | ||||
-rw-r--r-- | src/c_defs.go | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -17,7 +17,7 @@ ## v0.4 -- [ ] .config/hardflip +- [x] .config/hardflip ## v0.5 @@ -26,6 +26,7 @@ ## v0.6 +- [ ] ask gpg key - [ ] mkdir - [ ] add - [ ] clone diff --git a/src/c_defs.go b/src/c_defs.go index 8aff2c2..1b25cb6 100644 --- a/src/c_defs.go +++ b/src/c_defs.go @@ -55,7 +55,7 @@ const ( CONF_FILE_NAME = "config.yml" CONF_DIR_NAME = "hf" DATA_DIR_NAME = "hf" - VERSION = "v0.2" + VERSION = "v0.4" ) const ( |