diff options
author | Joe <rbo@gmx.us> | 2024-01-15 20:20:20 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-01-15 20:20:20 +0100 |
commit | 1b6f1f5e1be15385f9c838f18cb8462f1a305ac5 (patch) | |
tree | 22ff48e4e1a631943300c87066f47d282eb59bb5 | |
parent | ok (diff) | |
download | hardflip-1b6f1f5e1be15385f9c838f18cb8462f1a305ac5.tar.gz hardflip-1b6f1f5e1be15385f9c838f18cb8462f1a305ac5.tar.bz2 hardflip-1b6f1f5e1be15385f9c838f18cb8462f1a305ac5.tar.xz hardflip-1b6f1f5e1be15385f9c838f18cb8462f1a305ac5.tar.zst hardflip-1b6f1f5e1be15385f9c838f18cb8462f1a305ac5.zip |
official
Diffstat (limited to '')
-rw-r--r-- | ROADMAP.md | 2 | ||||
-rw-r--r-- | c_defs.go | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ - [x] folders - [x] folding folders -- [ ] delete folders +- [x] delete folders ## v0.2 @@ -55,7 +55,7 @@ const ( W = 0 H = 1 DATA_DIR_NAME = "hardflip" - VERSION = "v0.0" + VERSION = "v0.1" ) const ( |