aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-02-01 20:20:20 +0100
committerJoe <rbo@gmx.us>2024-02-01 20:20:20 +0100
commitef724f7d56569a1ac32e6270c26b9c203fa99bfe (patch)
tree9fecc0c86e789c0dc92e73fb037d0714ffef5269
parentbetter jump (diff)
downloadhardflip-ef724f7d56569a1ac32e6270c26b9c203fa99bfe.tar.gz
hardflip-ef724f7d56569a1ac32e6270c26b9c203fa99bfe.tar.bz2
hardflip-ef724f7d56569a1ac32e6270c26b9c203fa99bfe.tar.xz
hardflip-ef724f7d56569a1ac32e6270c26b9c203fa99bfe.tar.zst
hardflip-ef724f7d56569a1ac32e6270c26b9c203fa99bfe.zip
road
-rw-r--r--ROADMAP.md3
-rw-r--r--src/c_defs.go2
2 files changed, 3 insertions, 2 deletions
diff --git a/ROADMAP.md b/ROADMAP.md
index c5ecfee..65bda3e 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -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 (