Skip to content

Commit dd1b35e

Browse files
committed
bump version to 0.1.0
1 parent 811e444 commit dd1b35e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

app/args.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const process = std.process;
1010
const TimeType = Stat.TimeType;
1111
const Config = App.Config;
1212

13-
const version = "0.0.2";
13+
const version = "0.1.0";
1414

1515
const eql = utils.eql;
1616

build.zig.zon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.{
22
.name = "fex",
3-
.version = "0.0.2",
3+
.version = "0.1.0",
44
.minimum_zig_version = "0.13.0",
55
.dependencies = .{
66
// libc

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -euo pipefail
44

5-
readonly version=0.0.2
5+
readonly version=0.1.0
66
readonly base_dir=$(pwd)
77
readonly fex_target_dir="$HOME/.fex"
88
readonly fex_path="$fex_target_dir/bin"

0 commit comments

Comments
 (0)