We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55e64b3 commit 363a42cCopy full SHA for 363a42c
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.1.2";
+const version = "0.1.3";
14
15
const eql = utils.eql;
16
build.zig.zon
@@ -1,6 +1,6 @@
1
.{
2
.name = "fex",
3
- .version = "0.1.2",
+ .version = "0.1.3",
4
.minimum_zig_version = "0.13.0",
5
.dependencies = .{
6
// libc
install.sh
@@ -2,7 +2,7 @@
set -euo pipefail
-readonly version=0.1.2
+readonly version=0.1.3
readonly base_dir=$(pwd)
7
readonly fex_target_dir="$HOME/.fex"
8
readonly fex_path="$fex_target_dir/bin"
0 commit comments