Skip to content

Commit 8325f6c

Browse files
committed
chore: bump version to 0.1.18
1 parent 05d27d3 commit 8325f6c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@unfinite/opal",
3-
"version": "0.1.17",
3+
"version": "0.1.18",
44
"description": "AI coding agent — CLI & typed client library",
55
"license": "MIT",
66
"type": "module",

opal/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Opal.MixProject do
22
use Mix.Project
33

4-
@version "0.1.17"
4+
@version "0.1.18"
55
@source_url "https://github.com/scohen/opal"
66

77
def project do

0 commit comments

Comments
 (0)