Skip to content

Commit

Permalink
Merge pull request #25 from brunojppb/version-bump
Browse files Browse the repository at this point in the history
Bump to 1.0.8
  • Loading branch information
brunojppb authored Sep 12, 2022
2 parents ffd7b5e + 776bd7d commit 5483a3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
context: .
platforms: "linux/amd64,linux/arm64"
push: ${{ github.event_name != 'pull_request' }}
tags: "brunojppb/turbo-racer:latest,brunojppb/turbo-racer:1.0.7"
tags: "brunojppb/turbo-racer:latest,brunojppb/turbo-racer:1.0.8"
cache-from: type=registry,ref=brunojppb/turbo-racer:latest
cache-to: type=inline
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule Turbo.MixProject do
[
app: :turbo,
name: "Turbo Racer",
version: "1.0.7",
version: "1.0.8",
elixir: "~> 1.14",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: Mix.compilers(),
Expand Down

0 comments on commit 5483a3c

Please sign in to comment.