Skip to content

Commit

Permalink
version rev
Browse files Browse the repository at this point in the history
  • Loading branch information
iimpulse committed Jul 10, 2024
1 parent e20f738 commit 5ed1e32
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 @@ -7,7 +7,7 @@ plugins {
id("com.dorongold.task-tree") version "3.0.0"
}

version = "0.5.13"
version = "0.5.14"
group = "org.jacksonlaboratory"

repositories {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/jacksonlaboratory/Application.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
info = @Info(
title = "ontology-service-${ontology}",
description = "A restful service for the ${ontology} ontology.",
version = "0.5.13",
version = "0.5.14",
contact = @Contact(name = "Michael Gargano", email = "[email protected]")
)
)
Expand Down

0 comments on commit 5ed1e32

Please sign in to comment.