Update version

This commit is contained in:
Jonatan Kłosko 2025-09-04 10:56:15 +02:00
parent 43d980c8c5
commit 01e2d53a85
2 changed files with 4 additions and 4 deletions

View file

@ -1,9 +1,9 @@
# Changelog for Livebook v0.17
# Changelog for Livebook v0.18
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased](https://github.com/livebook-dev/livebook/tree/main)
## v0.16
## v0.17
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.
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.

View file

@ -6,7 +6,7 @@ defmodule Livebook.MixProject do
use Mix.Project
@elixir_requirement "~> 1.18"
@version "0.17.0-dev"
@version "0.18.0-dev"
@description "Automate code & data workflows with interactive notebooks"
def project do