Skip to content

Commit

Permalink
Merge pull request #556 from ninoseki/v5.1.0
Browse files Browse the repository at this point in the history
v5.1.0
  • Loading branch information
ninoseki authored Feb 25, 2023
2 parents baf93af + 1a686cf commit e6df00b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ruby:3.1.3-alpine3.17
RUN apk --no-cache add git build-base ruby-dev sqlite-dev postgresql-dev mysql-client mysql-dev && \
gem install pg mysql2

ARG MIHARI_VERSION=4.11.0
ARG MIHARI_VERSION=5.1.0

RUN gem install mihari -v ${MIHARI_VERSION}

Expand Down
2 changes: 1 addition & 1 deletion lib/mihari/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Mihari
VERSION = "5.0.1"
VERSION = "5.1.0"
end

0 comments on commit e6df00b

Please sign in to comment.