Skip to content

Commit

Permalink
update Vagrantfile treehouses/buster64 0.13.25 (fixes #1476) (#1477)
Browse files Browse the repository at this point in the history
  • Loading branch information
dogi authored Jun 17, 2020
1 parent 0b7617c commit a95341c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Vagrant.configure(2) do |config|
end

BOX = "treehouses/buster64"
BOX_VERSION = "0.13.19"
BOX_VERSION = "0.13.25"

config.vm.define "cli" do |cli|
cli.vm.box = BOX
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@treehouses/cli",
"version": "1.22.16",
"version": "1.22.17",
"remote": "2346",
"description": "Thin command-line interface for Raspberry Pi low level configuration.",
"main": "cli.sh",
Expand Down

0 comments on commit a95341c

Please sign in to comment.