Skip to content

Commit 01e2d53

Browse files
committed
Update version
1 parent 43d980c commit 01e2d53

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Changelog for Livebook v0.17
1+
# Changelog for Livebook v0.18
22

33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
44

55
## [Unreleased](https://github.com/livebook-dev/livebook/tree/main)
66

7-
## v0.16
7+
## v0.17
88

9-
The CHANGELOG for v0.16 releases can be found in the [v0.16](https://github.com/livebook-dev/livebook/tree/v0.16/CHANGELOG.md) branch.
9+
The CHANGELOG for v0.17 releases can be found in the [v0.17](https://github.com/livebook-dev/livebook/tree/v0.17/CHANGELOG.md) branch.

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ defmodule Livebook.MixProject do
66
use Mix.Project
77

88
@elixir_requirement "~> 1.18"
9-
@version "0.17.0-dev"
9+
@version "0.18.0-dev"
1010
@description "Automate code & data workflows with interactive notebooks"
1111

1212
def project do

0 commit comments

Comments
 (0)