Skip to content

Commit f5087dd

Browse files
committed
release: 0.15.0b2
1 parent edf094f commit f5087dd

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.15.0b2-SNAPSHOT",
5+
version := "0.15.0b2",
66
scalaVersion := "2.13.4",
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.15.0b2-SNAPSHOT"
17+
version = "0.15.0b2"
1818
title = ${application.name} ${application.version} (c) nulab.inc
1919
product = "redmine"
2020
backlog4jVersion = "2.3.0"

0 commit comments

Comments
 (0)