Skip to content
This repository has been archived by the owner on Oct 3, 2022. It is now read-only.

Commit

Permalink
Release 0.1.0.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
ynojima committed Jan 6, 2022
1 parent 4aa07dd commit a91eedc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
buildscript {

ext {
deepl4jVersion = "0.1.0.RELEASE"

// Gradle plugin versions
openapiGeneratorVersion = "5.3.1"

Expand Down Expand Up @@ -32,7 +34,7 @@ plugins {
}

group 'net.sharplab'
version '0.1.0-SNAPSHOT'
version "$deepl4jVersion"

repositories {
mavenCentral()
Expand Down

0 comments on commit a91eedc

Please sign in to comment.