Skip to content

Commit

Permalink
Revert "Going back to RC version to test last changes on podspec"
Browse files Browse the repository at this point in the history
This reverts commit 997ce0a.
  • Loading branch information
NicoZelaya committed Sep 16, 2019
1 parent 997ce0a commit 4365e26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Split.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'Split'
s.module_name = 'Split'
s.version = '2.4.0-rc3'
s.version = '2.4.0'
s.summary = 'iOS SDK for Split'

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion Split/Common/Utils/Version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Foundation

class Version {
private static let name: String = "ios"
private static let number: String = "2.4.0-rc3"
private static let number: String = "2.4.0"

public static func toString() -> String {
return name + "-" + number
Expand Down

0 comments on commit 4365e26

Please sign in to comment.