We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23b7859 commit bce35baCopy full SHA for bce35ba
2 files changed
.github/ISSUE_TEMPLATE/bug-report.yml
@@ -95,7 +95,7 @@ body:
95
Which version of Dinky are you running? We only accept bugs report from the LTS projects.
96
options:
97
- dev
98
- - 1.2.0
+ - 1.2.4
99
- 1.1.0
100
- 1.0.3
101
- 0.7.5(Archived, Not Maintained)
pom.xml
@@ -110,7 +110,7 @@
110
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
111
<protobuf-java.version>2.5.0</protobuf-java.version>
112
<reflections.version>0.10.2</reflections.version>
113
- <revision>1.2.3</revision>
+ <revision>1.2.4</revision>
114
<sa-token.version>1.37.0</sa-token.version>
115
<scala.version>2.12.10</scala.version>
116
<!-- `provided` for product environment ,`compile` for dev environment -->
0 commit comments