We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37e9785 commit a2e2773Copy full SHA for a2e2773
.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
15
16
matrix:
17
version:
18
- - '1.9'
+ - '1.10'
19
- '1'
20
os:
21
- ubuntu-latest
Project.toml
@@ -1,7 +1,7 @@
1
name = "Umlaut"
2
uuid = "92992a2b-8ce5-4a9c-bb9d-58be9a7dc841"
3
authors = ["Andrei Zhabinski <[email protected]>"]
4
-version = "0.6.3"
+version = "0.7.0"
5
6
[deps]
7
ExprTools = "e2ba6199-217a-4e67-a87a-7c52f15ade04"
@@ -11,4 +11,4 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
11
12
[compat]
13
ExprTools = "0.1"
14
-julia = "1.9"
+julia = "1.10"
0 commit comments