Skip to content

Commit

Permalink
bump up version to 0.16.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jtakakura committed Jan 18, 2022
1 parent 8f86bbc commit ae15f7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import sbt.Keys._

lazy val commonSettings = Seq(
organization := "com.nulabinc",
version := "0.16.5-SNAPSHOT",
version := "0.16.5",
scalaVersion := "2.13.6",
scalacOptions ++= Seq(
"-language:reflectiveCalls",
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ akka {

application {
name = "Backlog Migration for Redmine"
version = "0.16.5-SNAPSHOT"
version = "0.16.5"
title = ${application.name} ${application.version} (c) nulab.inc
product = "redmine"
backlog4jVersion = "2.4.2"
Expand Down

0 comments on commit ae15f7a

Please sign in to comment.