Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
bump to hippo 0.13.0
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Fisher <[email protected]>
  • Loading branch information
bacongobbler committed Jun 8, 2022
1 parent dc18466 commit 4928de0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN su vscode -c "umask 0002 && . /usr/local/share/nvm/nvm.sh && nvm install ${N
WORKDIR /tmp

# Install hippo CLI
ARG HIPPO_VERSION="v0.12.0"
ARG HIPPO_VERSION="v0.13.0"
RUN curl -fsSLo hippocli.tar.gz https://github.com/deislabs/hippo-cli/releases/download/${HIPPO_VERSION}/hippo-${HIPPO_VERSION}-linux-amd64.tar.gz && tar -xvf hippocli.tar.gz && mv hippo /usr/local/bin/

# Install bindle and bindle-server
Expand Down
2 changes: 1 addition & 1 deletion .github/release-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RUN su ${USER} -c "curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0
WORKDIR /tmp

# Install hippo cli
ARG HIPPO_CLI_VERSION="v0.12.0"
ARG HIPPO_CLI_VERSION="v0.13.0"
RUN mkdir hippocli && cd hippocli && curl -fsSLo hippocli.tar.gz https://github.com/deislabs/hippo-cli/releases/download/${HIPPO_CLI_VERSION}/hippo-${HIPPO_CLI_VERSION}-linux-amd64.tar.gz && tar -xvf hippocli.tar.gz && mv hippo README.md LICENSE /usr/local/bin/ && cd - && rm -r hippocli

# Install bindle
Expand Down
2 changes: 1 addition & 1 deletion src/Application/Application.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<PackageId>Hippo.Application</PackageId>
<Version>0.12.0</Version>
<Version>0.13.0</Version>
<Authors>Matt Fisher</Authors>
<Company>Microsoft</Company>
<RepositoryUrl>https://github.com/deislabs/hippo</RepositoryUrl>
Expand Down
2 changes: 1 addition & 1 deletion src/Core/Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<PackageId>Hippo.Core</PackageId>
<Version>0.12.0</Version>
<Version>0.13.0</Version>
<Authors>Matt Fisher</Authors>
<Company>Microsoft</Company>
<RepositoryUrl>https://github.com/deislabs/hippo</RepositoryUrl>
Expand Down
2 changes: 1 addition & 1 deletion src/Infrastructure/Infrastructure.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<PackageId>Hippo.Infrastructure</PackageId>
<Version>0.12.0</Version>
<Version>0.13.0</Version>
<Authors>Matt Fisher</Authors>
<Company>Microsoft</Company>
<RepositoryUrl>https://github.com/deislabs/hippo</RepositoryUrl>
Expand Down
2 changes: 1 addition & 1 deletion src/Web/Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<PackageId>Hippo.Web</PackageId>
<Version>0.12.0</Version>
<Version>0.13.0</Version>
<Authors>Matt Fisher</Authors>
<Company>Microsoft</Company>
<RepositoryUrl>https://github.com/deislabs/hippo</RepositoryUrl>
Expand Down

0 comments on commit 4928de0

Please sign in to comment.