Skip to content

Commit f627bac

Browse files
committed
Feature: update project version to 0.1.8-STABLE and set JDK language level to 23 in misc.xml
1 parent 605cb6b commit f627bac

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group = 'fr.sandro642.github'
8-
version = '0.1.7.0-SNAPSHOT' // Version de votre projet
8+
version = '0.1.8-STABLE' // Version de votre projet
99

1010
// Ajoutez cette tâche à votre build.gradle
1111
tasks.register('printVersion') {

0 commit comments

Comments
 (0)