Skip to content

Commit 779e902

Browse files
committed
set version to v2.2.0
1 parent 162c742 commit 779e902

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: 🧰 Install Aiken
3434
uses: aiken-lang/setup-aiken@v1
3535
with:
36-
version: v1.1.4
36+
version: v1.1.9
3737

3838
- name: 📝 Run fmt
3939
run: aiken fmt --check

aiken.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "aiken-lang/stdlib"
2-
version = "main"
2+
version = "2.2.0"
33
compiler = "v1.1.9"
44
plutus = "v3"
55
description = "The Aiken Standard Library"

0 commit comments

Comments
 (0)