Skip to content

Commit

Permalink
7.20.5 -> 7.20.6
Browse files Browse the repository at this point in the history
  • Loading branch information
misaugstad committed Sep 13, 2024
1 parent 236d8b8 commit 1047beb
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 @@ -2,7 +2,7 @@ import play.PlayScala

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

version := "7.20.5"
version := "7.20.6"

scalaVersion := "2.10.7"

Expand Down
5 changes: 5 additions & 0 deletions conf/evolutions/default/246.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# --- !Ups
INSERT INTO version VALUES ('7.20.6', now(), 'Fixes conflicting tags but in new Validate, adds LA & Mendota configs.');

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

0 comments on commit 1047beb

Please # to comment.