We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e323271 commit ce7678eCopy full SHA for ce7678e
2 files changed
.github/ISSUE_TEMPLATE/bug-report.yml
@@ -95,7 +95,12 @@ 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.5
99
- 1.2.4
100
+ - 1.2.3
101
+ - 1.2.2
102
+ - 1.2.1
103
+ - 1.2.0
104
- 1.1.0
105
- 1.0.3
106
- 0.7.5(Archived, Not Maintained)
pom.xml
@@ -111,7 +111,7 @@
111
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
112
<protobuf-java.version>2.5.0</protobuf-java.version>
113
<reflections.version>0.10.2</reflections.version>
114
- <revision>1.2.4</revision>
+ <revision>1.2.5</revision>
115
<sa-token.version>1.37.0</sa-token.version>
116
<scala.version>2.12.10</scala.version>
117
<!-- `provided` for product environment ,`compile` for dev environment -->
0 commit comments