Skip to content

Commit c99c2d0

Browse files
committed
release: 0.16.4
1 parent e0752ef commit c99c2d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import sbt.Keys._
22

33
lazy val commonSettings = Seq(
44
organization := "com.nulabinc",
5-
version := "0.16.4-SNAPSHOT",
5+
version := "0.16.4",
66
scalaVersion := "2.13.6",
77
scalacOptions ++= Seq(
88
"-language:reflectiveCalls",

src/main/resources/application.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ akka {
1414

1515
application {
1616
name = "Backlog Migration for Redmine"
17-
version = "0.16.4-SNAPSHOT"
17+
version = "0.16.4"
1818
title = ${application.name} ${application.version} (c) nulab.inc
1919
product = "redmine"
2020
backlog4jVersion = "2.4.2"

0 commit comments

Comments
 (0)