Skip to content

Commit

Permalink
v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kidanger committed Jun 11, 2023
1 parent 6443049 commit f5fe95e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ if (NOT CMAKE_GENERATOR MATCHES "Visual Studio" AND NOT CMAKE_GENERATOR MATCHES
endif()

string(STRIP "${SHORT_HASH}" SHORT_HASH)
set(VPV_VERSION "0.8.1" CACHE STRING "version string as fallback to the git describe")
set(VPV_VERSION "0.8.2" CACHE STRING "version string as fallback to the git describe")
if(SHORT_HASH STREQUAL "")
set(SHORT_HASH ${VPV_VERSION})
endif()
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
packages = rec {
vpv = pkgs.stdenv.mkDerivation rec {
pname = "vpv";
version = "0.8.1";
version = "0.8.2";
src = ./.;

cargoRoot = "src/fuzzy-finder";
Expand Down

0 comments on commit f5fe95e

Please sign in to comment.