Skip to content

Commit

Permalink
Problem: v1.3.3 is not released
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang committed Oct 14, 2024
1 parent 65969d9 commit 4407ccb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## UNRELEASED
*Oct 14, 2024*

## v1.3.3

### Improvements

Expand Down
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
, nativeByteOrder ? true # nativeByteOrder mode will panic on big endian machines
}:
let
version = "v1.3.2";
version = "v1.3.3";
pname = "cronosd";
tags = [ "ledger" "netgo" network "rocksdb" "grocksdb_no_link" ] ++ lib.optionals nativeByteOrder [ "nativebyteorder" ];
ldflags = lib.concatStringsSep "\n" ([
Expand Down

0 comments on commit 4407ccb

Please sign in to comment.