Skip to content

Commit

Permalink
release: 0.15.0b2
Browse files Browse the repository at this point in the history
  • Loading branch information
shomatan committed Dec 1, 2020
1 parent edf094f commit f5087dd
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.15.0b2-SNAPSHOT",
version := "0.15.0b2",
scalaVersion := "2.13.4",
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.15.0b2-SNAPSHOT"
version = "0.15.0b2"
title = ${application.name} ${application.version} (c) nulab.inc
product = "redmine"
backlog4jVersion = "2.3.0"
Expand Down

0 comments on commit f5087dd

Please sign in to comment.