Skip to content

Commit

Permalink
bump version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
18alantom committed Aug 15, 2024
1 parent 87b5f39 commit 1502eac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/args.zig
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const process = std.process;
const TimeType = Stat.TimeType;
const Config = App.Config;

const version = "0.1.1";
const version = "0.1.2";

const eql = utils.eql;

Expand Down
2 changes: 1 addition & 1 deletion build.zig.zon
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.{
.name = "fex",
.version = "0.1.1",
.version = "0.1.2",
.minimum_zig_version = "0.13.0",
.dependencies = .{
// libc
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -euo pipefail

readonly version=0.1.1
readonly version=0.1.2
readonly base_dir=$(pwd)
readonly fex_target_dir="$HOME/.fex"
readonly fex_path="$fex_target_dir/bin"
Expand Down

0 comments on commit 1502eac

Please sign in to comment.