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 105afce commit fc9b3e3Copy full SHA for fc9b3e3
CHANGELOG.md
@@ -1,6 +1,9 @@
1
# Changelog
2
All notable changes to this project will be documented in this file.
3
4
+## 0.12.1
5
+ - tweaked TTL in the CLI mode.
6
+
7
## 0.12.0
8
- bumped Go to 1.18;
9
- bumped `github.com/chromedp/chromedp`;
Makefile
@@ -1,6 +1,6 @@
.PHONY: deps clean build
-TAG=0.12.0
+TAG=0.12.1
BINARY=inout
DIST_DIR=_dist
OS=darwin
0 commit comments