Skip to content

Commit

Permalink
bump version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
18alantom committed Jul 28, 2024
1 parent 811e444 commit dd1b35e
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.0.2";
const version = "0.1.0";

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.0.2",
.version = "0.1.0",
.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.0.2
readonly version=0.1.0
readonly base_dir=$(pwd)
readonly fex_target_dir="$HOME/.fex"
readonly fex_path="$fex_target_dir/bin"
Expand Down

0 comments on commit dd1b35e

Please sign in to comment.