Skip to content

Commit

Permalink
release: 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
inclyc committed Jul 12, 2023
1 parent d902614 commit ef81c73
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 = "nightly";
version = "1.2.0";

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: 'nightly'
, version: '1.2.0'
)

config_h = configuration_data()
Expand Down

0 comments on commit ef81c73

Please sign in to comment.