Welcome to mirror list, hosted at ThFree Co, Russian Federation.

version.rb « ipynb_diff « lib « ipynbdiff « gems - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1a407f9c0fad7705901472a5a49cc54fd77759a5 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

module IpynbDiff
  module Version
    VERSION = '0.4.7'
  end
end