Skip to content

Commit

Permalink
Merge pull request #49 from chaoticgd/stdumpversion
Browse files Browse the repository at this point in the history
Bump stdump to version v1.2.1
  • Loading branch information
chaoticgd authored Oct 22, 2023
2 parents c9d6034 + ac8d043 commit 030e4fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion os/download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e
# Downloads a release of ccc and puts all the stdump executables in the right
# places. This file is called by the CI workflow for putting out new releases.

version='v1.2'
version='v1.2.1'

pushd $(dirname -- "$0")
rm -f "ccc_$(echo $version)_linux.zip"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import com.google.gson.stream.JsonReader;

public class StdumpParser {
public static final String SUPPORTED_STDUMP_VERSION = "v1.2";
public static final String SUPPORTED_STDUMP_VERSION = "v1.2.1";
public static final int SUPPORTED_FORMAT_VERSION = 7;

public static StdumpAST.ParsedJsonFile readJson(byte[] json) throws FileNotFoundException {
Expand Down

0 comments on commit 030e4fb

Please sign in to comment.