lib/wam/version.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

module Wam
  VERSION = "0.1.0"
end