aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--skate/cmd/skate-from-unstructured/main.go2
-rw-r--r--skate/packaging/debian/skate/DEBIAN/control2
2 files changed, 2 insertions, 2 deletions
diff --git a/skate/cmd/skate-from-unstructured/main.go b/skate/cmd/skate-from-unstructured/main.go
index bfd3f32..1775f4d 100644
--- a/skate/cmd/skate-from-unstructured/main.go
+++ b/skate/cmd/skate-from-unstructured/main.go
@@ -10,9 +10,9 @@ import (
"runtime"
"strings"
- jsoniter "github.com/json-iterator/go"
"git.archive.org/martin/cgraph/skate"
"git.archive.org/martin/cgraph/skate/parallel"
+ jsoniter "github.com/json-iterator/go"
)
var (
diff --git a/skate/packaging/debian/skate/DEBIAN/control b/skate/packaging/debian/skate/DEBIAN/control
index a74ab3a..1574eb0 100644
--- a/skate/packaging/debian/skate/DEBIAN/control
+++ b/skate/packaging/debian/skate/DEBIAN/control
@@ -1,5 +1,5 @@
Package: skate
-Version: 0.1.20
+Version: 0.1.21
Section: utils
Priority: optional
Architecture: amd64