Skip to content

Commit

Permalink
4.5.0 -> 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
misaugstad committed Nov 29, 2018
1 parent d27af64 commit e30e1b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import scalariform.formatter.preferences._

name := """sidewalk-webpage"""

version := "4.5.0"
version := "5.0.0"

scalaVersion := "2.10.4"

Expand Down
5 changes: 5 additions & 0 deletions conf/evolutions/default/21.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# --- !Ups
INSERT INTO version VALUES ('5.0.0', now(), 'Overhaul mission infrastructure and anonymous user ids.');

# --- !Downs
DELETE FROM version WHERE version_id = '5.0.0';

0 comments on commit e30e1b2

Please sign in to comment.