Skip to content

Commit 643aa90

Browse files
committed
Release 0.15.0
- #73: @josegonzalez Update the release name and body after creation - #74: @josegonzalez Upgrade ci builder to ubuntu 20.04 - #75: @dependabot chore(deps): bump golang from 1.17.2-buster to 1.17.3-buster - #78: @dependabot chore(deps): bump golang from 1.17.3-buster to 1.17.6-buster - #79: @dependabot chore(deps): bump golang from 1.17.6-buster to 1.17.7-buster - #80: RyanGaudion Add Raspbian Bullseye - #81: @josegonzalez Add missing jq dependency to build environment - #82: @josegonzalez Drop changelog
1 parent b22f287 commit 643aa90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ MAINTAINER_NAME = Jose Diaz-Gonzalez
66
REPOSITORY = sshcommand
77
HARDWARE = $(shell uname -m)
88
SYSTEM_NAME = $(shell uname -s | tr '[:upper:]' '[:lower:]')
9-
BASE_VERSION ?= 0.14.1
9+
BASE_VERSION ?= 0.15.0
1010
IMAGE_NAME ?= $(MAINTAINER)/$(REPOSITORY)
1111
PACKAGECLOUD_REPOSITORY ?= dokku/dokku-betafish
1212

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sshcommand",
3-
"version": "0.14.1",
3+
"version": "0.15.0",
44
"description": "Turn SSH into a thin client specifically for your app",
55
"global": "true",
66
"install": "cp sshcommand /usr/local/bin && chmod +x /usr/local/bin/sshcommand",

0 commit comments

Comments
 (0)