Skip to content

Commit

Permalink
fix version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Steen committed Jan 28, 2022
1 parent dae9ca7 commit c130631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ lazy val embedding = (project in file("."))
.disablePlugins(sbtassembly.AssemblyPlugin)
.settings(
commonSettings,
version := "1.6",
version := "1.5",
name := "logic-embedding",
description := "A tool for embedding logics into higher-order logic",
).aggregate(runtime, app)
Expand Down

0 comments on commit c130631

Please sign in to comment.