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 c42e252 commit b91e09aCopy full SHA for b91e09a
Makefile
@@ -6,7 +6,7 @@ MAINTAINER_NAME = Jose Diaz-Gonzalez
6
REPOSITORY = sshcommand
7
HARDWARE = $(shell uname -m)
8
SYSTEM_NAME = $(shell uname -s | tr '[:upper:]' '[:lower:]')
9
-BASE_VERSION ?= 0.17.0
+BASE_VERSION ?= 0.17.1
10
IMAGE_NAME ?= $(MAINTAINER)/$(REPOSITORY)
11
PACKAGECLOUD_REPOSITORY ?= dokku/dokku-betafish
12
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "sshcommand",
3
- "version": "0.17.0",
+ "version": "0.17.1",
4
"description": "Turn SSH into a thin client specifically for your app",
5
"global": "true",
"install": "cp sshcommand /usr/local/bin && chmod +x /usr/local/bin/sshcommand",
0 commit comments