We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 811e444 commit dd1b35eCopy full SHA for dd1b35e
3 files changed
app/args.zig
@@ -10,7 +10,7 @@ const process = std.process;
10
const TimeType = Stat.TimeType;
11
const Config = App.Config;
12
13
-const version = "0.0.2";
+const version = "0.1.0";
14
15
const eql = utils.eql;
16
build.zig.zon
@@ -1,6 +1,6 @@
1
.{
2
.name = "fex",
3
- .version = "0.0.2",
+ .version = "0.1.0",
4
.minimum_zig_version = "0.13.0",
5
.dependencies = .{
6
// libc
install.sh
@@ -2,7 +2,7 @@
set -euo pipefail
-readonly version=0.0.2
+readonly version=0.1.0
readonly base_dir=$(pwd)
7
readonly fex_target_dir="$HOME/.fex"
8
readonly fex_path="$fex_target_dir/bin"
0 commit comments