Skip to content

Commit

Permalink
Update version to 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hhpatel14 committed Aug 6, 2024
1 parent f2f67fa commit 49723e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group 'org.jboss.tools.intellij'
version project.hasProperty('projectVersion') ? project.property('projectVersion') : '7.0.3'
version project.hasProperty('projectVersion') ? project.property('projectVersion') : '7.1.0'

intellij {
version = project.hasProperty('ideaVersion') ? project.property('ideaVersion') : '2022.2'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ideaVersion=2022.2
projectVersion=7.0.3
projectVersion=7.1.0
jetBrainsToken=invalid
jetBrainsChannel=stable

0 comments on commit 49723e7

Please sign in to comment.