Skip to content

Commit

Permalink
fix(flake): Bump version tag for release
Browse files Browse the repository at this point in the history
  • Loading branch information
etu committed Jun 29, 2024
1 parent 24d7c69 commit cbf233b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
in {
packages = flake-utils.lib.flattenTree {
default = pkgs.buildGoModule (let
versionTag = "1.3.0";
versionTag = "1.4.0";
pname = "goprocmgr";
version = "${versionTag}.${nixpkgs.lib.substring 0 8 self.lastModifiedDate}.${self.shortRev or "dirty"}";
in {
Expand Down

0 comments on commit cbf233b

Please sign in to comment.