Skip to content

Commit

Permalink
Bump version to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
booniepepper committed Apr 25, 2023
1 parent d0c21eb commit 99fe9d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
```text
findup 1.0
findup 1.1
USAGE:
findup FILE
Expand Down
2 changes: 1 addition & 1 deletion src/main.zig
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const AccessError = std.os.AccessError;
const Findup = struct { program: [:0]const u8, target: [:0]const u8, cwd: Dir, printHelp: bool, printVersion: bool };
const FindupError = error{NoFileSpecified};

const VERSION = "findup 1.1-rc\n";
const VERSION = "findup 1.1\n";

const USAGE =
\\USAGE:
Expand Down

0 comments on commit 99fe9d7

Please sign in to comment.