Skip to content

Commit

Permalink
fix bug and reset version
Browse files Browse the repository at this point in the history
  • Loading branch information
dsh0416 committed Feb 9, 2024
1 parent 9559f38 commit 8b525bb
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Tests

on: [push, pull_request]

concurrency:
group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}-runner
cancel-in-progress: true

jobs:
build_gem:
strategy:
fail-fast: true
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3.0'
bundler-cache: true
- name: build
run: |
bundle exec rake build
File renamed without changes.
2 changes: 1 addition & 1 deletion lib/inori/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# Inori Module
module Inori
# Current Version Code
VERSION = '0.9.0'
VERSION = '0.1.0'
end

0 comments on commit 8b525bb

Please sign in to comment.