We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7674217 commit 084c494Copy full SHA for 084c494
.github/ISSUE_TEMPLATE.md
@@ -24,4 +24,4 @@ Describe what you expect the output to be. Knowing the correct behavior is also
24
Provide any additional information here.
25
26
#### Current Version:
27
-v2.34.1
+v2.35.0
makefile
@@ -148,7 +148,7 @@ include make/program
148
include make/tests
149
include make/command
150
151
-CMDSTAN_VERSION := 2.34.1
+CMDSTAN_VERSION := 2.35.0
152
153
.PHONY: help
154
help:
src/cmdstan/version.hpp
@@ -12,8 +12,8 @@
12
#endif
13
14
#define CMDSTAN_MAJOR 2
15
-#define CMDSTAN_MINOR 34
16
-#define CMDSTAN_PATCH 1
+#define CMDSTAN_MINOR 35
+#define CMDSTAN_PATCH 0
17
18
namespace cmdstan {
19
0 commit comments