We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4f775c commit 9ea00a9Copy full SHA for 9ea00a9
.github/workflows/test-lts.yml
@@ -1,4 +1,4 @@
1
-name: julia-1.0
+name: julia-1.1
2
3
on: [push, pull_request]
4
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
fail-fast: false
10
matrix:
11
- julia-version: ['1.0']
+ julia-version: ['1.1']
12
julia-arch: [x64]
13
os: [ubuntu-latest, macOS-latest]
14
Project.toml
@@ -1,7 +1,7 @@
name = "Pathogen"
uuid = "c8189ad9-0349-5cbb-98f2-579781f27e5c"
authors = ["Justin Angevaare <justinangevaare@gmail.com>"]
-version = "0.4.12"
+version = "0.4.13"
5
6
[deps]
7
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
0 commit comments