Skip to content

Commit

Permalink
Bump the snapshot version
Browse files Browse the repository at this point in the history
  • Loading branch information
iamrecursion committed Sep 16, 2021
1 parent cd839f9 commit cf7689c
Show file tree
Hide file tree
Showing 258 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ val scalacVersion = "2.13.6"
val rustVersion = "1.54.0-nightly"
val graalVersion = "21.1.0"
val javaVersion = "11"
val ensoVersion = "0.2.28" // Note [Engine And Launcher Version]
val currentEdition = "2021.16" // Note [Default Editions]
val ensoVersion = "0.2.29-SNAPSHOT" // Note [Engine And Launcher Version]
val currentEdition = "2021.17-SNAPSHOT" // Note [Default Editions]
val stdLibVersion = ensoVersion

/* Note [Engine And Launcher Version]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Base
namespace: Standard
version: 0.2.28
version: 0.2.29-SNAPSHOT
license: APLv2
authors:
- name: Enso Team
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Database
namespace: Standard
version: 0.2.28
version: 0.2.29-SNAPSHOT
license: APLv2
authors:
- name: Enso Team
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Examples
namespace: Standard
version: 0.2.28
version: 0.2.29-SNAPSHOT
license: APLv2
authors:
- name: Enso Team
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Geo
namespace: Standard
version: 0.2.28
version: 0.2.29-SNAPSHOT
license: APLv2
authors:
- name: Enso Team
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Image
namespace: Standard
version: 0.2.28
version: 0.2.29-SNAPSHOT
license: APLv2
authors:
- name: Enso Team
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Base
namespace: Standard
version: 0.2.28
version: 0.2.29-SNAPSHOT
license: APLv2
authors:
- name: Enso Team
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Table
namespace: Standard
version: 0.2.28
version: 0.2.29-SNAPSHOT
license: APLv2
authors:
- name: Enso Team
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Test
namespace: Standard
version: 0.2.28
version: 0.2.29-SNAPSHOT
license: APLv2
authors:
- name: Enso Team
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Visualization
namespace: Standard
version: 0.2.28
version: 0.2.29-SNAPSHOT
license: APLv2
authors:
- name: Enso Team
Expand Down

0 comments on commit cf7689c

Please sign in to comment.