Skip to content

Commit

Permalink
Setting version to 0.0.95
Browse files Browse the repository at this point in the history
  • Loading branch information
pshirshov committed Jan 8, 2025
1 parent d2037fe commit 5e9415d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
packages = rec {
baboon = sbt.lib.mkSbtDerivation {
pkgs = pkgs;
version = "0.0.94";
version = "0.0.95";
pname = "baboon";
src = ./.;
depsSha256 = "sha256-aHR00f3o1CgW7ciqUmzF2AWhSRQvh2vz94EUTWQvTBA=";
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ThisBuild / version := "0.0.95-SNAPSHOT"
ThisBuild / version := "0.0.95"

0 comments on commit 5e9415d

Please sign in to comment.