Skip to content

Commit

Permalink
vendor: bump version 1.2.1 -> 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
inclyc committed Aug 11, 2023
1 parent 0129b86 commit 22f8532
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

stdenv.mkDerivation {
pname = "nixd";
version = "1.2.1";
version = "1.2.2";

src = ./.;

Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project( 'nixd'
, ['c', 'cpp']
, default_options : ['cpp_std=gnu++20']
, version: '1.2.1'
, version: '1.2.2'
)

config_h = configuration_data()
Expand Down

0 comments on commit 22f8532

Please sign in to comment.