Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ Describe what you expect the output to be. Knowing the correct behavior is also
Provide any additional information here.

#### Current Version:
v2.38.0
v2.39.0
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ include make/program
include make/tests
include make/command

CMDSTAN_VERSION := 2.38.0
CMDSTAN_VERSION := 2.39.0

.PHONY: help
help:
Expand Down
2 changes: 1 addition & 1 deletion src/cmdstan/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#endif

#define CMDSTAN_MAJOR 2
#define CMDSTAN_MINOR 38
#define CMDSTAN_MINOR 39
#define CMDSTAN_PATCH 0

namespace cmdstan {
Expand Down